[INFO] cloning repository https://github.com/felicityin/fri-cuda
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/felicityin/fri-cuda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffelicityin%2Ffri-cuda", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffelicityin%2Ffri-cuda'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 249aa84712177b835cecc170328696d9ed0b6d34
[INFO] fixing felicityin/fri-cuda against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffelicityin%2Ffri-cuda" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/felicityin/fri-cuda
[INFO] finished tweaking git repo https://github.com/felicityin/fri-cuda
[INFO] tweaked toml for git repo https://github.com/felicityin/fri-cuda written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/felicityin/fri-cuda on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/felicityin/fri-cuda already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.package.name
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr]     Updating git repository `https://github.com/ProjectZKM/Plonky3`
[INFO] [stderr]     Updating git repository `https://github.com/ProjectZKM/Ziren.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nums v0.1.0
[INFO] [stderr]   Downloaded bytesize v2.0.1
[INFO] [stderr]   Downloaded deranged v0.5.3
[INFO] [stderr]   Downloaded metrics v0.23.1
[INFO] [stderr]   Downloaded time v0.3.43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107
[INFO] running `Command { std: "docker" "start" "10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.package.name
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking p3-maybe-rayon v0.1.0 (https://github.com/ProjectZKM/Plonky3#79f986ca)
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking gcd v2.3.0
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.6
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking bytesize v2.0.1
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking dtor v0.1.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking ctor v0.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking cc v1.2.34
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking cuda-builder v0.1.0 (/opt/rustwide/workdir/cuda-builder)
[INFO] [stderr]     Checking metrics v0.23.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling cuda-common v0.1.0 (/opt/rustwide/workdir/cuda-common)
[INFO] [stderr]    Compiling fri-core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr] error: failed to run custom build command for `cuda-common v0.1.0 (/opt/rustwide/workdir/cuda-common)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/cuda-common-d22e2468667265cf/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   cargo:warning=CUDA is not available
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107", kill_on_drop: false }`
[INFO] [stdout] 10f9aac7d68fdf816e05843de67da6e0a7dcc07742142af02ac2b0695a3d4107
